runtime.gcWork.empty (method)

4 uses

	runtime (current package)
		mgc.go#L893: 			if !p.gcw.empty() {
		mgc.go#L1436: 	if p != nil && !p.gcw.empty() {
		mgc.go#L1499: 		if !gcw.empty() {
		mgcwork.go#L311: func (w *gcWork) empty() bool {